Charting for WinForms Programmer's Guide
ObservableCollection(T) Constructor (ICollection(T))
See Also
 






Initializes a new instance of the ObservableCollection<T> class.

Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges

 Syntax

C#  Copy Code

public ObservableCollection<T> (
    ICollection<T> items
)

Visual Basic  Copy Code

Public New (Of T) ( _
    items As ICollection(Of T) _
)

 Parameters

items
The initial contents of the collection.

 See Also

ObservableCollection(T) Constructor Overload List
ObservableCollection(T) Class
MindFusion.Gauges Namespace